home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
comm
/
dlg
/
chkal050.lha
/
FixAlias
/
FixAlias.doc
< prev
Wrap
Text File
|
1994-07-01
|
2KB
|
26 lines
/********************************************************************************/
/* FixAlias - Make datalist of Users & Aliases - Author: Wim Rumping */
/********************************************************************************/
/* FixAlias will read the DLGConfig:Misc/Users.bbs file and creates a file */
/* called DLGConfig:Misc/Alias.Idx. This file can be used by other programs */
/* to get an index of used Aliases on the BBS. */
/* */
/* There is also a check for duplicate aliases in the user database. */
/********************************************************************************/
/* The structure of the file is: */
/* struct UserAlias_Entry */
/* { */
/* char Alias[36]; */
/* char Name[36]; */
/* }; */
/********************************************************************************/
/* Usage: FixAlias */
/********************************************************************************/
/* v1.0 - 16-11-93 */
/* First version. */
/* v1.0a - 25-11-93 */
/* Now sorts on name instead of alias. */
/* v1.1 - 18-01-94 */
/* Now compatible with AliasIndexer. */
/********************************************************************************/